Custom Window Corner Radius
radius: 12
smallRadius: 4
tooltipRadius: -1

Taskbar height and icon size
TaskbarHeight: 80
IconSize: 45
TaskbarButtonWidth: 60
IconSizeSmall: 16
TaskbarButtonWidthSmall: 32

Windows 11 Taskbar Styler
theme: WindowGlass
styleConstants:
  - Glass=<WindhawkBlur BlurAmount="15" TintColor="{ThemeResource BackgroundColor}" TintOpacity="0.1" />
  - Glass2=<WindhawkBlur BlurAmount="30" TintColor="{ThemeResource BaseColor2}" TintOpacity="0.6" />
  - Border=<SolidColorBrush Color="{ThemeResource BorderColor}"/>
  - Color25=<SolidColorBrush Color="{ThemeResource BaseColor}" Opacity="0.25"/>
  - Color50=<SolidColorBrush Color="{ThemeResource BaseColor}" Opacity="0.50"/>
controlStyles:
  - target: Grid#RootGrid
    styles:
      - CornerRadius=24,0,0,24
      - Padding=6,0,7,0
      - Margin=0,0,0,5
      - BorderThickness=1,1,0,1
      - BorderBrush:=$Border
      - Background:=$Glass
  - target: Grid#SystemTrayFrameGrid
    styles:
      - CornerRadius=0,24,24,0
      - Padding=12,0,0,0
      - Margin=0,0,0,5
      - BorderThickness=0,1,1,1
      - BorderBrush:=$Border
      - Background:=$Glass2
      - Visibility=Collapsed0
  - target: SystemTray.ChevronIconView > Windows.UI.Xaml.Controls.Grid > Windows.UI.Xaml.Controls.Border#BackgroundBorder
    styles:
      - BorderThickness=0
      - Background=Transparent
  - target: SystemTray.IconView#SystemTrayIcon > Windows.UI.Xaml.Controls.Grid > Windows.UI.Xaml.Controls.Border#BackgroundBorder
    styles:
      - BorderThickness=0
      - Background=Transparent
  - target: SystemTray.OmniButton > Windows.UI.Xaml.Controls.Grid > Windows.UI.Xaml.Controls.Border#BackgroundBorder
    styles:
      - BorderThickness=0
      - Background=Transparent
  - target: Taskbar.TaskListLabeledButtonPanel@RunningIndicatorStates > Rectangle#RunningIndicator
    styles:
      - Fill:=$Color25
      - Height=3
  - target: SystemTray.TextIconContent > Grid#ContainerGrid > SystemTray.AdaptiveTextBlock#Base > TextBlock#InnerTextBlock
    styles:
      - FontSize=22
      - Foreground:=$Color50
  - target: Taskbar.TaskListButton > Taskbar.TaskListLabeledButtonPanel@CommonStates > Windows.UI.Xaml.Controls.Border#BackgroundElement
    styles:
      - BorderThickness=0
      - BorderBrush=Transparent
      - Background@ActiveNormal=Transparent
      - Background@InactiveNormal=Transparent
      - Background@ActivePointerOver=Transparent
      - Background@MultiWindowNormal=Transparent
      - Background@MultiWindowPointerOver=Transparent
      - Background@InactivePointerOver=Transparent
      - Background@ActivePressed=Transparent
      - Background@InactivePressed=Transparent
  - target: Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton] > Taskbar.TaskListButtonPanel
    styles:
      - Background:=<ImageBrush Stretch="Uniform" ImageSource="{ThemeResource StartMenu}" />
      - Height=45
      - Width=62
      - BorderThickness=0
      - Margin=0,0,-1,0
  - target: Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton] > Taskbar.TaskListButtonPanel > Border#BackgroundElement
    styles:
      - BorderThickness=0
      - Background=Transparent
  - target: Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton] > Taskbar.TaskListButtonPanel > Microsoft.UI.Xaml.Controls.AnimatedVisualPlayer#Icon
    styles:
      - Visibility=Collapsed
  - target: Windows.UI.Xaml.Controls.Border#MultiWindowElement
    styles:
      - Visibility=Collapsed
themeResourceVariables:
  - BackgroundColor@Dark=#262626
  - BackgroundColor@Light=#D9D9D9
  - 0BackgroundColor@Light=#FFFFFF
  - BaseColor@Dark=#FFFFFF
  - BaseColor@Light=#000000
  - BaseColor2@Dark=#000000
  - BaseColor2@Light=#FFFFFF
  - BorderColor@Dark=#30FFFFFF
  - BorderColor@Light=#20000000
  - StartMenu@Dark=C:\ICOs\windows3.ico
  - StartMenu@Light=C:\ICOs\windows.ico
xamlDiagnosticsHandling: ''
